# Unfollow tag by name

Unsubscribes the authenticated user from a tag within the specified scope. Requires authentication.

Endpoint: POST /api/v1/tags/unfollow/{name}
Version: 1.0
Security: header

## Path parameters:

  - `name` (string, required)

## Query parameters:

  - `scope` (string, required)
    Scope id: 'global' or TypeId

## Response 400 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


